ctdb-config-enable-syslog-by-default
authorDebian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
Mon, 19 Feb 2024 12:21:14 +0000 (15:21 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 19 Feb 2024 12:21:14 +0000 (15:21 +0300)
commit0f8d6c56cffa21752d47f15d487436e1b0205519
tree6c6c1439804bde514dd796f2fdd9d4639564b33c
parent67b95b298199f80660629f70b08c035805e05542
ctdb-config-enable-syslog-by-default

ctdb-config: enable syslog by default

CTDB uses /var/log/ctdb/ directory for the default log files. With
syslog disabled, systemd journal is not able to correctly inform
errors happening during service initialization.

Upstream community creates generic config files to be used by different
distributions, so this change makes no big difference to be accepted by
upstream.

With this patch the end user will be able to identify initialization
errors by executing:

  systemctl status ctdb.service

or to follow ctdb logs by executing:

  journalctl -f -u ctdb

Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
-
Author: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
Bug-Debian: https://bugs.debian.org/929931
Bug-Ubuntu: https://bugs.launchpad.net/bugs/722201
Last-Update: 2022-03-24

Gbp-Pq: Name ctdb-config-enable-syslog-by-default.patch
ctdb/config/ctdb.conf